home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Graphics_Utils / Video Easel / XLife / Shipper.life < prev    next >
Text File  |  1998-06-24  |  2KB  |  36 lines

  1. #C From: Dean Hickerson
  2. #C Date: Mon, 3 Aug 92 08:48:08 -0700
  3. #E
  4. x = 54, y = 15
  5. 44bo$35bo6b2o2bo$2b2o21bobo6bobo4b4o2bo$o4bo13bobo2bo3bo5bo2bob2ob2o3b
  6. 2o3bo$6bo10bo3b5o2bo7bob4o4b2o4bo$o5bo6b2obo6bo2bobo5bobob2o9bo2b2o$b
  7. 6o6b2obob6o2bobo5bo3b3o8b2obo$9b3o13bo2bob3ob2o2b6o5b2obo$13b2obob6o2b
  8. obo5bo3b3o8b2obo$13b2obo6bo2bobo5bobob2o9bo2b2o$17bo3b5o2bo7bob4o4b2o
  9. 4bo$19bobo2bo3bo5bo2bob2ob2o3b2o3bo$25bobo6bobo4b4o2bo$35bo6b2o2bo$44b
  10. o!
  11.  
  12. #C So we could build another sawtooth pattern from this.  As in the
  13. #C first orthogonal sawtooth, we'd need a shotgun to produce salvos
  14. #C consisting of a HWSS and 2 LWSSs.  The period would probably have
  15. #C to be 120, leading to an expansion factor of 11, the same as for
  16. #C the sawtooth based on David Bell's p9 c/3.  If we could reduce the
  17. #C period to 60, we could get an expansion factor of 6, the same as for
  18. #C the diagonal sawtooth.  Such a reduction might happen in two ways:
  19. #C First, your search might find a spark capable of turning a LWSS into
  20. #C a loaf in the right place, as in David's c/3.  Second, if you replace
  21. #C the HWSS above by a LWSS, it becomes a traffic light; if the LWSS
  22. #C pair has the right spacing, it might be able to start pulling a loaf
  23. #C on its own.  (The diagonal sawtooth works that way.)
  24.  
  25. #C (By "expansion factor", I mean this:  Suppose a particular event,
  26. #C such as the creation of a loaf, occurs at times T(0), T(1), T(2), ...
  27. #C Then the expansion factor is the limit of  T(n+1)/T(n)  as
  28. #C n -> infinity.  For this type of sawtooth, in which a period p
  29. #C shotgun fires salvos of speed rc at a spaceship of speed sc, creating
  30. #C something which gets pulled a distance d by subsequent salvos, the
  31. #C expansion factor is
  32.  
  33. #C      rsp
  34. #C 1 + ------.)
  35. #C     (r-s)d
  36.